Siop Open Id4Vp
An interface providing support for handling an OAUTH2 request that represents either an SIOP authentication request, or an OpenId4VP authorization request or a combined SIOP & OpenId4VP request.
To obtain an instance of SiopOpenId4Vp, method invoke can be used.
See also
Functions
Method forms a suitable authorization response, based on the request and the provided consensus, and then encodes this response to a URI. To this URI, the wallet (caller) must redirect its authorization response
Method forms a suitable authorization response, based on the error and the provided errorDispatchDetails, and then encodes this response to a URI. To this URI, the wallet (caller) must redirect its authorization response
Method forms a suitable authorization response, based on the request and the provided consensus, then post it to the Verifier's end-point and returns his response.
Method forms a suitable authorization response, based on the error and the provided errorDispatchDetails, then post it to the Verifier's end-point and returns his response.
Tries to validate and request the provided uri into a ResolvedRequestObject.